home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / CPU.IN_ / cpu.inf
Encoding:
Windows Setup INFormation  |  2003-03-24  |  5.2 KB  |  210 lines

  1. [Version]
  2. Signature="$WINDOWS NT$"
  3. Class=Processor
  4. ClassGuid={50127DC3-0F36-415e-A6CC-4CB3BE910B65}
  5. Provider=%MSFT%
  6. LayoutFile=layout.inf
  7. DriverVer=10/01/2002,5.2.3790.0
  8.  
  9. [DestinationDirs]
  10. DefaultDestDir = 12
  11.  
  12. [ControlFlags]
  13. ;
  14. ; Exclude all devices from Select Device list
  15. ;
  16. ExcludeFromSelect = *
  17.  
  18. [ClassInstall32]
  19. AddReg=Processor_Class_Addreg
  20.  
  21. [Processor_Class_Addreg]
  22. HKR,,,0,%ProcessorClassName%
  23. HKR,,Icon,,"-28"
  24. HKR,,NoInstallClass,,1
  25.  
  26. [Manufacturer]
  27. %Std%=Std
  28. %Intel%=Intel
  29. %AMD%=AMD
  30. %Transmeta%=Transmeta
  31.  
  32. [Std]
  33. %Processor.DeviceDesc% = Processor_Inst,ACPI\Processor
  34.  
  35. [Intel]
  36. %P3.DeviceDesc% = P3_Inst,ACPI\GenuineIntel_-_x86_Family_6_Model_8
  37. %P3.DeviceDesc% = P3_Inst,ACPI\GenuineIntel_-_x86_Family_6_Model_11
  38.  
  39. [AMD]
  40. %AmdK6.DeviceDesc% = AmdK6_Inst,ACPI\AuthenticAMD_-_x86_Family_5_Model_13
  41. %AmdK7.DeviceDesc% = AmdK7_Inst,ACPI\AuthenticAMD_-_x86_Family_6_Model_6
  42. %AmdK7.DeviceDesc% = AmdK7_Inst,ACPI\AuthenticAMD_-_x86_Family_6_Model_7
  43. %AmdK7.DeviceDesc% = AmdK7_Inst,ACPI\AuthenticAMD_-_x86_Family_6_Model_8
  44.  
  45. [Transmeta]
  46. %Crusoe.DeviceDesc% = Crusoe_Inst, ACPI\GenuineTMx86_-_x86_Family_5_Model_4
  47.  
  48. [Processor_Inst.NT]
  49. Copyfiles = @processr.sys
  50.  
  51. [Processor_Inst.NT.Services]
  52. AddService = Processor,%SPSVCINST_ASSOCSERVICE%,Processor_Service_Inst,Processor_EventLog_Inst
  53.  
  54. [Processor_Service_Inst]
  55. DisplayName    = %Processor.SvcDesc%
  56. ServiceType    = %SERVICE_KERNEL_DRIVER%
  57. StartType      = %SERVICE_DEMAND_START%
  58. ErrorControl   = %SERVICE_ERROR_NORMAL%
  59. ServiceBinary  = %12%\processr.sys
  60. LoadOrderGroup = Extended Base
  61.  
  62. [Processor_EventLog_Inst]
  63. AddReg = Processor_EventLog_AddReg
  64.  
  65. [Processor_EventLog_AddReg]
  66. HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\processr.sys"
  67. HKR,,TypesSupported,0x00010001,7
  68.  
  69. [P3_Inst.NT]
  70. Copyfiles = @p3.sys
  71.  
  72. [P3_Inst.NT.Services]
  73. AddService = P3,%SPSVCINST_ASSOCSERVICE%,P3_Service_Inst,P3_EventLog_Inst
  74.  
  75. [P3_Service_Inst]
  76. DisplayName    = %P3.SvcDesc%
  77. ServiceType    = %SERVICE_KERNEL_DRIVER%
  78. StartType      = %SERVICE_DEMAND_START%
  79. ErrorControl   = %SERVICE_ERROR_NORMAL%
  80. ServiceBinary  = %12%\p3.sys
  81. LoadOrderGroup = Extended Base
  82.  
  83. [P3_EventLog_Inst]
  84. AddReg = P3_EventLog_AddReg
  85.  
  86. [P3_EventLog_AddReg]
  87. HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\p3.sys"
  88. HKR,,TypesSupported,0x00010001,7
  89.  
  90. [AmdK6_Inst.NT]
  91. Copyfiles = @amdk6.sys
  92.  
  93. [AmdK6_Inst.NT.Services]
  94. AddService = AmdK6,%SPSVCINST_ASSOCSERVICE%,AmdK6_Service_Inst,AmdK6_EventLog_Inst
  95.  
  96. [AmdK6_Service_Inst]
  97. DisplayName    = %AmdK6.SvcDesc%
  98. ServiceType    = %SERVICE_KERNEL_DRIVER%
  99. StartType      = %SERVICE_DEMAND_START%
  100. ErrorControl   = %SERVICE_ERROR_NORMAL%
  101. ServiceBinary  = %12%\amdk6.sys
  102. LoadOrderGroup = Extended Base
  103.  
  104. [AmdK6_EventLog_Inst]
  105. AddReg = AmdK6_EventLog_AddReg
  106.  
  107. [AmdK6_EventLog_AddReg]
  108. HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\amdk6.sys"
  109. HKR,,TypesSupported,0x00010001,7
  110.  
  111. [Crusoe_Inst.NT]
  112. Copyfiles = @crusoe.sys
  113.  
  114. [Crusoe_Inst.NT.Services]
  115. AddService = Crusoe,%SPSVCINST_ASSOCSERVICE%,Crusoe_Service_Inst,Crusoe_EventLog_Inst
  116.  
  117. [Crusoe_Service_Inst]
  118. DisplayName    = %Crusoe.SvcDesc%
  119. ServiceType    = %SERVICE_KERNEL_DRIVER%
  120. StartType      = %SERVICE_DEMAND_START%
  121. ErrorControl   = %SERVICE_ERROR_NORMAL%
  122. ServiceBinary  = %12%\crusoe.sys
  123. LoadOrderGroup = Extended Base
  124.  
  125. [Crusoe_EventLog_Inst]
  126. AddReg = Crusoe_EventLog_AddReg
  127.  
  128. [Crusoe_EventLog_AddReg]
  129. HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\crusoe.sys"
  130. HKR,,TypesSupported,0x00010001,7
  131.  
  132. [AmdK7_Inst.NT]
  133. Copyfiles = @amdk7.sys
  134.  
  135. [AmdK7_Inst.NT.Services]
  136. AddService = AmdK7,%SPSVCINST_ASSOCSERVICE%,AmdK7_Service_Inst,AmdK7_EventLog_Inst
  137.  
  138. [AmdK7_Service_Inst]
  139. DisplayName    = %AmdK7.SvcDesc%
  140. ServiceType    = %SERVICE_KERNEL_DRIVER%
  141. StartType      = %SERVICE_DEMAND_START%
  142. ErrorControl   = %SERVICE_ERROR_NORMAL%
  143. ServiceBinary  = %12%\amdk7.sys
  144. LoadOrderGroup = Extended Base
  145.  
  146. [AmdK7_EventLog_Inst]
  147. AddReg = AmdK7_EventLog_AddReg
  148.  
  149. [AmdK7_EventLog_AddReg]
  150. HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\amdk7.sys"
  151. HKR,,TypesSupported,0x00010001,7
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185. [strings]
  186. MSFT                  = "Microsoft"
  187. Intel                 = "Intel"
  188. AMD                   = "Advanced Micro Devices"
  189. Transmeta             = "Transmeta"
  190. Std                   = "(Standard processor types)"
  191. ProcessorClassName    = "Processors"
  192. Processor.SvcDesc     = "Processor Driver"
  193. Processor.DeviceDesc  = "Processor"
  194. P3.SvcDesc            = "Intel PentiumIII Processor Driver"
  195. P3.DeviceDesc         = "Intel PentiumIII Processor"
  196. AmdK6.SvcDesc         = "AMD K6-2 Processor Driver"
  197. AmdK6.DeviceDesc      = "AMD K6-2 Processor"
  198. Crusoe.SvcDesc        = "Transmeta Crusoe Processor Driver"
  199. Crusoe.DeviceDesc     = "Transmeta Crusoe Processor"
  200. AmdK7.SvcDesc         = "AMD K7 Processor Driver"
  201. AmdK7.DeviceDesc      = "AMD K7 Processor"
  202.  
  203.  
  204. SPSVCINST_ASSOCSERVICE= 0x00000002
  205. SERVICE_KERNEL_DRIVER = 1
  206. SERVICE_ERROR_NORMAL  = 1
  207. SERVICE_DEMAND_START  = 3
  208.  
  209.  
  210.